func runtime/pprof.writeGoroutineStacks

3 uses

	runtime/pprof (current package)
		pprof.go#L782: 		return writeGoroutineStacks(w)
		pprof.go#L806: 		return writeGoroutineStacks(w)
		pprof.go#L813: func writeGoroutineStacks(w io.Writer) error {